home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Hardware modification d2.adf / 68010 / deciGEL.asm < prev    next >
Assembly Source File  |  1992-06-29  |  2KB  |  29 lines

  1. ;***************************************************************
  2. ;                                                              *
  3. ;       DeciGEL (Relief from MC68010 pains on the Amiga)       *
  4. ;                                                              *
  5. ; Copyright 1986 by Scott Turner                               *
  6. ; Program may be copied and used for non-commercial uses only. *
  7. ; Requests for commercial use should be directed to:           *
  8. ;                                                              *
  9. ; Scott Turner                                                 *
  10. ; 12311 Maplewood Avenue                                       *
  11. ; Edmonds, Wa 98020-1115                                       *
  12. ;                                                              *
  13. ; Execute file to install patch. May be executed over and over *
  14. ; again. You lose about 40 bytes of memory each time you       *
  15. ; execute it though. Reboot your AMiga (Ctrl-Amiga-AMiga) to   *
  16. ; remove the patch.                                            *
  17. ;                                                              *
  18. ; EXECUTE DeciGEL.make                                         *
  19. ; Assembles and links a new DeciGEL                            *
  20. ; Program should work with MC68000/MC68008/MC68012/MC68020     *
  21. ; as well (ie. it won't die on MC68000/MC68008).               *
  22. ;***************************************************************
  23.  
  24. ; Some handy constants
  25. SysBase  EQU      4
  26. AlcMem   EQU      -6*33
  27. PrivVect EQU      $20               ; Address of Privlege error vector
  28.  
  29.